home *** CD-ROM | disk | FTP | other *** search
- |********* !Run File For !MailLabel
- | By Toby Smith (TctS)
-
- WimpSlot -Min 80K -Max 82K
-
- |When BasicCrunched, MakeApp'd And Squeezed
- |It will run in 48K
- |WimpSlot -Min 48K -Max 48K
-
- Set MailLabel$Dir <Obey$Dir>
-
- Iconsprites <MailLabel$Dir>.!Sprites
-
- Set Alias$@RunType_010 Run <Obey$Dir>.!Run -Load %%*0
- Set File$Type_010 MailLabelDATA
- Set File$Type_D0B Configuration
-
- |Locate the System directory
- if "<System$Path>" = "" then error 0 System Resources cannot be located. MailLabel wants Colours & Clib
- RMEnsure ColourTrans 0 RMLoad SYSTEM:Modules.Colours
-
- |*************** NOTHING ABOVE THIS SHOULD BE ALTERED *********************
-
- |Select the font you wish to use for RiscOS printout
- Set MailLabel$BaseFont Trinity.Medium
- Set MailLabel$BoldFont Trinity.Bold
-
- |Set this flag if Interactive Help is/is not required
- |Save on time and memory if not used!
- Set HelpWanted TRUE
-
- Run <MailLabel$Dir>.!RunImage %*0
-
-